home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / glossary.dir / 00004_Script_4 < prev    next >
Text File  |  2001-03-05  |  244b  |  8 lines

  1. on mouseDown
  2.   if the mouseline > -1 then
  3.     hilite line the mouseline of field "indexcaps"
  4.     set the itemdelimiter = "#"
  5.     scrollgloss(item 2 of line the mouseline of field "indexcaps2")
  6.     set the itemdelimiter = ","
  7.   end if
  8. end